home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / BACKUP / GO310.ZIP;1 / GO.DOC < prev    next >
Encoding:
Text File  |  1993-12-16  |  6.0 KB  |  127 lines

  1.          
  2. --------------------    GGGGGGGG        OOOOOOO       !!!
  3. ------------------    GG      GG      OO     OO      !!!
  4. -----------------    GG              OO     OO      !!!
  5. ----------------    GG    GGGG      OO     OO      !!!
  6. ---------------    GG      GG      OO     OO        
  7. ---------------    GGGGGGGG        OOOOOOO       !!!
  8.  
  9.  
  10.          "The way that CHDIR should have been written."
  11.  
  12. ---------------------------------------------------------------------------
  13. GO!     Version 3.10  -  December 15, 1993  -  Written by Steven M. Ryckman
  14. ---------------------------------------------------------------------------
  15.  
  16. GO! is a utility with a very simple purpose in life, to take a command
  17. line argument and search the directory tree for a directory which matches
  18. or contains the command line argument.  It does this by searching all
  19. valid hard drives in the range of C - Z after searching the current drive.
  20. For example if the current drive is E: and you use the command line of
  21. GO WORK, it will search drives in the order ECDFGH...Z until it finds
  22. a directory with WORK in the name or runs out of directories to search.
  23. If GO! finds a qualifying directory, it changes to that drive and directory.
  24.  
  25. The shareware version of GO! only searches two levels deep.  What this
  26. means is that if you ran the command GO WORK, it would find the directory
  27. called C:\WORKDIR or C:\XXX\WORKDIR but not C:\XXX\YYY\WORKDIR.
  28. The registered version of GO! searches up to ten layers deep.
  29.  
  30. When GO! finds a directory matching the command line argument you specify
  31. it looks for a file with the same name as the filename portion of that
  32. directory.  Ie: If the directory has a 'dot' extension, only the first
  33. part of the name is used. Ie: Directory LOTUS.123 would look for LOTUS.BAT
  34. If that file is found, it is executed upon ending automatically.
  35.  
  36. GO! normally searches for sub-directories which include the search text that
  37. you specify on the command line.   GO WORK   would find either D:\WORKS
  38. or D:\DOCSWORK (whichever it finds first).  By placing a slash at the start
  39. of the search text, GO will only find directories starting with the text.
  40. Thus   GO \WORK  would find D:\WORKS  but not D:\DOCSWORK.  Likewise,
  41. GO WORK\ would only find a directory ending with WORK and would not locate
  42. the D:\WORKS directory in the previous example since the trailing S would
  43. un-qualify that directory.  Exact name matches can be searched for by
  44. specifying the starting and ending slash.  Ie: GO \A\ would only find
  45. an exact match of a directory called A and none that contained A in it.
  46.  
  47. GO! will either search all drives on your system or a specified list
  48. of drives you provide.  By default, GO! searches drives C through Z in
  49. order.  You can limit the drives that GO! searches by one of two ways.
  50.  
  51. GO! will check for an environment variable named GO and use any letters
  52. it finds there as the search sequence.  For instance, SET GO=DCAB 
  53. would cause to search the hard drives backwards.  D first, then C and
  54. also search the floppies (if any) are in the drive.  (GO! does not
  55. search floppies unless you tell it to)
  56.  
  57. GO! will also look for drive letters on the command line.  Place the
  58. drives to search as the first characters on the command line followed
  59. by a colon and the seach sequence.  Ie: GO DCAB:APPLE would cause GO!
  60. to search drives D,C,A & B for the directory APPLE.
  61.  
  62. GO! searches the directories in 'LEVEL' order and not in a tree
  63. structure.  For example, if your drive has the directories:
  64.  
  65. C:\DOS
  66. C:\DOS\UTIL
  67. C:\DOS\PCKWIK
  68. C:\WORD
  69.  
  70. GO! will search through the directories in layer 1 (C:\DOS and
  71. C:\WORD) then through layer 2 (C:\DOS\UTIL and C:\DOS\PCKWIK).
  72.  
  73. If you happen to make a typo and GO! is searching every drive and
  74. directory for your wrong name, press a key and at the next "safe
  75. opportunity" GO! will terminate it's search.
  76.  
  77. GO! has some command line options as well, they follow the search
  78. string and are all preceeded by a slash.
  79.  
  80.     /?     =  Display short help screen.
  81.  
  82.     /NOA   =  No abort by keystroke allowed.
  83.  
  84.     /NOD   =  Don't display anything but search twirl.
  85.             (only in registered copies).
  86.     
  87.     /NOX   =  Don't auto-execute .BAT file if found.
  88.  
  89. GO! is not fancy.  I wrote it because I could not find a utility which
  90. would allow me to change directories in a complex multi-layer directory
  91. structure easily.  Now if I want to go to the directory on my H: drive
  92. which stores my Word documents, instead of doing the two commands  H:
  93. and then CD \WINDOWS\WORD\WORDDOC, I can just type GO DOC and it will
  94. take me there much faster and easier.
  95.  
  96. GO! is shareware and may be shared, distributed, etcetera as long as
  97. you receive no renumeration for it in any form (postage, handling fees
  98. and the like are included in this), and GO! is not modified in any way.
  99.  
  100. You are granted use of GO! for thirty days free of charge.  After thirty
  101. days, if you don't think GO! is worth the small $ 5.00 registration charge
  102. then erase it off your machine.
  103.  
  104. If you have registered a previous version of GO! and still know your
  105. registration information, you can register this version of GO! to you
  106. easily using the REGME.EXE provided.  Read the file REGME.DOC for 
  107. more details.
  108.  
  109. GO! was written using Microsoft's Professional Development System (P.D.S.)
  110. version 7.1 with many other home-brewn libraries and functions.  It has been
  111. tested on several 386 and 486 machines and should work on basically any
  112. system - but I can't guarantee it.  You use GO! at your own risk.
  113.  
  114. Registration is only $5.00 and includes the current version of GO! on
  115. disk, but that's it.  GO! doesn't need a printed manual, everything you
  116. need to know is in this documentation file.  I have both 1.44 3.5"
  117. and 1.2 5.25" floppy drives but will send GO! on a 360k 5.25 unless you
  118. include another diskette with your registration.
  119.  
  120. I can be reached on the RIME network at site 229 as STEVE RYCKMAN in
  121. the COMMON or ALARM/SECURITY conferences, or by mail.
  122.  
  123. GO! registration
  124. Lakes Region Emerg. Svcs.
  125. 38703 Sheridan Road  #203
  126. Beach Park, IL 60099-3981
  127.